home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2011 May / ME_2011_05.iso / Widget-Menulet / TemperatureMonitor.dmg / TemperatureMonitor.app / Contents / Resources / German.lproj / Localizable.strings < prev    next >
Encoding:
Text (UTF-16)  |  2011-03-14  |  150.6 KB  |  1,641 lines

  1. /* degrees Celsius */
  2. "C" = "℃";
  3.  
  4. /* degrees Fahrenheit */
  5. "F" = "℉";
  6.  
  7. /* Kelvin */
  8. "K" = "K";
  9.  
  10. /* revolutions per minute */
  11. "RPM" = "UPM";
  12.  
  13. /* localized accuracy template (value / unit) */
  14. "PLUSMINUS %02.4f %@" = "± %02.4f %@";
  15.  
  16. /* example sensor value */
  17. "12.3 X" = "12,3 X";
  18.  
  19. /* example sensor name */
  20. "Display Sample" = "Beispielanzeige";
  21.  
  22. /* text mode export headline for combined overlay history window data */
  23. "%@ (combined with other data)\n\n" = "%@ (mit anderen Daten kombiniert)\n\n";
  24.  
  25. /* format for dynamic LCD output item presentation */
  26. "%@: %@" = "%@: %@";
  27.  
  28. /* format for dynamic text presentation for LCD output item */
  29. "'%@'" = "„%@“";
  30.  
  31. /* numeric representation template for hours/minutes/seconds */
  32. "%02d:%02d:%02d" = "%02d:%02d:%02d";
  33.  
  34. /* battery info current capacity template */
  35. "%4.f mAh (%3.f %% of a fully charged battery)" = "%4.f mAh (%3.f %% eines voll geladenen Akkus)";
  36.  
  37. /* battery info total capacity template */
  38. "%4.f mAh (%3.f %% of a new battery)" = "%4.f mAh (%3.f %% eines neuen Akkus)";
  39.  
  40. /* model name / model code template */
  41. "%@ (%@)" = "%@ (%@)";
  42.  
  43. /* template for monitor window title (window type / machine name) */
  44. "%@ - %@" = "%@ - %@";
  45.  
  46. /* suffix for history window x-axis label */
  47. "%@ ago " = "%@ früher";
  48.  
  49. /* template for history window right x-axis label */
  50. "%@ (Now)" = "%@ (Jetzt)";
  51.  
  52. /* template for unit string in overlay history windows */
  53. "%@ (The window also contains curves with other units and scales)" = "%@ (Das Fenster enthält Kurven in weiteren Einheiten & Maßstäben)";
  54.  
  55. /* speech failing warning explanation template */
  56. "%@ has detected that important parts of the speech output subsystem are severely damaged. This problem will cause programs which are using speech features to crash. Please restore your operating system to a working state before using this application." = "%@ hat festgestellt, dass wichtige Teile des Sprachausgabesubsystems schwer beschädigt sind. Dieses Problem bringt Programme, die Sprachausgabe verwenden, zum Absturz. Bitte bringen Sie Ihr Betriebssystem wieder in einen lauffähigen Zustand bevor Sie dieses Programm nutzen.";
  57.  
  58. /* code manipulation warning explanation template */
  59. "%@ has detected that its running program code has been changed in memory. This could indicate that your system is infected by a computer virus.\n\nIt is also possible that you are using a system-wide plug-in or an 'application enhancer' which is performing unauthorized changes to the system. For safety reasons the application will not run until this problem has been resolved." = "%@ hat festgestellt, dass sein laufender Code im Speicher verändert wurde. Dies könnte anzeigen, dass Ihr System von einem Computervirus befallen wurde.\n\nEs ist auch möglich, dass Sie ein systemweites Plugin oder einen „Application Enhancer“ verwenden, der unerlaubte Änderungen am System vornimmt. Aus Sicherheitsgründen wird das Programm nicht laufen, bis dieses Problem behoben wurde.";
  60.  
  61. /* bundle manipulation warning explanation */
  62. "%@ has detected that one or more of its resource files have been damaged or are missing. Please reinstall this application, using an original distribution package." = "%@ hat festgestellt, dass eine oder mehrere seiner Betriebsdateien beschädigt wurden oder fehlen. Bitte installieren Sie dieses Programm von einem originalen Vertriebspaket neu.";
  63.  
  64. /* OS version display template */
  65. "%@ Build %@" = "%@ Build %@";
  66.  
  67. /* preference window title template */
  68. "%@ Preferences: %@" = "%@ Einstellungen: %@";
  69.  
  70. /* numeric representation template for days/hours/minutes */
  71. "%d d %02d:%02d" = "%d d %02d:%02d";
  72.  
  73. /* time representation template for multiple days (ending with blank) */
  74. "%d days " = "%d Tage ";
  75.  
  76. /* time representation template for multiple hours (ending with blank) */
  77. "%d hours " = "%d Stunden ";
  78.  
  79. /* time representation template for multiple minutes (ending with blank) */
  80. "%d minutes " = "%d Minuten ";
  81.  
  82. /* time representation template for multiple seconds (ending with blank) */
  83. "%d seconds" = "%d Sekunden";
  84.  
  85. /* number of CPUs display template */
  86. "%u (%u logical, %u active)" = "%u (%u logische(r), %u aktiv)";
  87.  
  88. /* RPM limits display */
  89. "%u..%u RPM" = "%u..%u UPM";
  90.  
  91. /* connection window summary template */
  92. "%u computers with %u sensors connected." = "%u Computer mit %u Sensoren im Zugriff.";
  93.  
  94. /* sensor subheadline if no sensor selectable */
  95. "(No sensors selectable)" = "(Kein Sensor auswählbar)";
  96.  
  97. /* sensor subheadline template
  98.    alert sensor subheadline template */
  99. "(Sensor %d of %u)" = "(Sensor %d von %u)";
  100.  
  101. /* format for LCD output item with invalid gauge */
  102. "- disconnected - " = "- nicht verbunden - ";
  103.  
  104. /* history compositing message for missing selection */
  105. "- no window selected -" = "- kein Fenster ausgewählt -";
  106.  
  107. /* LC display not configured */
  108. "- not configured -" = "- nicht konfiguriert -";
  109.  
  110. /* description of multihomed service in remote connect panel */
  111. "-multiple-" = "-mehrfach-";
  112.  
  113. /* substitute string for missing hardware support limitation date */
  114. "-unknown-" = "-unbekannt-";
  115.  
  116. /* time representation for one day (ending with blank) */
  117. "1 day " = "1 Tag ";
  118.  
  119. /* time representation for one hour (ending with blank) */
  120. "1 hour " = "1 Stunde ";
  121.  
  122. /* time representation for one minute (ending with blank) */
  123. "1 minute " = "1 Minute ";
  124.  
  125. /* time representation for one second (ending with blank) */
  126. "1 second " = "1 Sekunde ";
  127.  
  128. /* dummy sensor type to represent a disconnected remote sensor in tables */
  129. "-Disconnected-" = "-Nicht verbunden-";
  130.  
  131. /* battery status: AC adapter connected */
  132. "AC adapter connected" = "Netzteil angeschlossen";
  133.  
  134. /* Intel Core Erratum AE 18 warning explanation */
  135. "A first generation Intel(R) Core(TM) processor with an out-of-date microcode has been found in this computer. The temperature sensors inside the core may stop updating their values when the system is waking from sleep mode. Please see the instructions in the chapter 'Frequently Asked Questions' of the reference manual (Help menu) on how to update the firmware to fix this problem in most cases.\n\nSelect 'Yes' if the application should check for the processor version again the next time it is being launched. If you don't like to be reminded, select 'No'." = "Ein Intel® Core™-Prozessor der ersten Generation mit einer veralteten Microcode-Version wurde in diesem Computer gefunden. Die Temperatursensoren im Prozessorkern aktualisieren möglicherweise ihre Messwerte nicht mehr wenn das System aus dem Ruhezustand erwacht. Bitte verwenden Sie das Kapitel „Oft gestellte Fragen“ im Referenzhandbuch (Hilfemenü) um eine Anleitung zu erhalten, wie die Firmware aktualisiert werden kann, um das Problem in den meisten Fällen zu lösen.\n\nWählen Sie „Ja“, falls das Programm beim nächsten Start noch einmal die Prozessorversion prüfen soll. Wenn Sie nicht mehr daran erinnert werden möchten, wählen Sie „Nein“.";
  136.  
  137. /* toolbar label for preference pane: Alerts */
  138. "Alerts" = "Alarme";
  139.  
  140. /* TurboBoost table: specification for all cores active */
  141. "all" = "alle";
  142.  
  143. /* import with existing probes title */
  144. "All current probe definitions will be removed. Do you like to continue?" = "Alle aktuellen Sondendefinitionen werden entfernt. Möchten Sie fortfahren?";
  145.  
  146. /* swap size probe location */
  147. "Allocated Swap Size" = "Reservierter Auslagerungsspeicher";
  148.  
  149. /* artificial sensor type: swap size */
  150. "Allocated swap space" = "Reservierter Auslagerungsspeicher";
  151.  
  152. /* probe export file write error explanation */
  153. "An error occurred while trying to write the file. Please verify if you have write permission for the destination folder and try again." = "Beim Versuch die Datei zu schreiben ist ein Fehler aufgetreten. Bitte prüfen Sie, ob Sie Schreibrecht für den Zielordner haben und versuchen Sie es noch einmal.";
  154.  
  155. /* probe import file read error explanation */
  156. "An error occurred while trying to read the file. Please verify if you have read permission and that the file contains valid probe definitions, then try again." = "Beim Versuch die Datei zu lesen ist ein Fehler aufgetreten. Bitte prüfen Sie, ob Sie Leseberechtigung haben und dass die Datei gültige Sondendefinitionen enthält, und versuchen Sie es dann noch einmal.";
  157.  
  158. /* driver update part 2 failure explanation template */
  159. "An unexpected problem occurred while trying to activate the new driver.\n\nThe error description is '%@'." = "Ein unerwartetes Problem ist bei der Aktivierung des neuen Treibers aufgetreten.\n\nDie Fehlerbeschreibung ist „%@“.";
  160.  
  161. /* driver update part 1 failure explanation template */
  162. "An unexpected problem occurred while trying to deactivate the old driver.\n\nThe error description is '%@'." = "Ein unerwartetes Problem ist beim Entfernen des alten Treibers aufgetreten.\n\nDie Fehlerbeschreibung ist „%@“.";
  163.  
  164. /* driver installation failure explanation template */
  165. "An unexpected problem occurred while trying to install and load the driver.\n\nThe error description is '%@'." = "Ein unerwartetes Problem ist beim Installieren und Laden des Treibers aufgetreten.\n\nDie Fehlerbeschreibung ist „%@“.";
  166.  
  167. /* driver uninstallation failure explanation template */
  168. "An unexpected problem occurred while trying to unload and uninstall the driver.\n\nThe error description is '%@'." = "Ein unerwartetes Problem ist beim Deaktivieren und Entfernen des Treibers aufgetreten.\n\nDie Fehlerbeschreibung ist „%@“.";
  169.  
  170. /* sensor name for generic Apple FCU */
  171. "Apple Fan Control Unit" = "Apple Lüftersteuereinheit";
  172.  
  173. /* sensor name for Apple Light Management Unit */
  174. "Apple Light Management Unit" = "Apple Lichtmanagementeinheit";
  175.  
  176. /* sensor name for generic ApplePMU */
  177. "Apple Power Management Unit" = "Apple Energiesteuereinheit (PMU)";
  178.  
  179. /* sensor name for Apple System Management Controller */
  180. "Apple System Management Controller" = "Apple Systemmanagementsteuereinheit (SMC)";
  181.  
  182. /* sensor name for Apple System Management Unit */
  183. "Apple System Management Unit" = "Apple Systemmanagementeinheit (SMU)";
  184.  
  185. /* feature available display text */
  186. "available" = "verfügbar";
  187.  
  188. /* description template for battery probe object */
  189. "Battery %d" = "Akku %d";
  190.  
  191. /* battery info window title template */
  192. "Battery %u" = "Akkumulator %u";
  193.  
  194. /* Battery Information window title */
  195. "Battery Information" = "Akkudaten";
  196.  
  197. /* description template for internal network interfaces which have no presentation name */
  198. "BSD Interface '%@'" = "BSD-Interface „%@“";
  199.  
  200. /* cancel button */
  201. "Cancel" = "Abbrechen";
  202.  
  203. /* battery status: cannot charge */
  204. "cannot charge" = "kann nicht geladen werden";
  205.  
  206. /* capacity quantity type */
  207. "Capacity" = "Kapazität";
  208.  
  209. /* default history window name for capacity sensor type */
  210. "Capacity Sensors" = "Kapazitätssensoren";
  211.  
  212. /* label for  display of first battery cell voltage */
  213. "Cell 1:" = "Zelle 1:";
  214.  
  215. /* battery status: charging */
  216. "charging" = "lädt auf";
  217.  
  218. /* LCD output item: computer name */
  219. "Computer Name" = "Computername";
  220.  
  221. /* filler string during client failure for computer name in case computer name could not be determined */
  222. "computer previously selected" = "den vorher ausgewählten Computer";
  223.  
  224. /* template to represent unknown computer in failure messages or gauge overview */
  225. "Computer with serial number %@" = "Computer mit Seriennummer %@";
  226.  
  227. /* compatibility report check failure title */
  228. "Could not contact compatibility database" = "Konnte Kompatibilitätsdatenbank nicht erreichen";
  229.  
  230. /* general client failure alert title */
  231. "Could not contact remote computer" = "Der ferne Computer konnte nicht erreicht werden";
  232.  
  233. /* alert object launch failure title */
  234. "Could not open alert object" = "Alarmobjekt konnte nicht geöffnet werden";
  235.  
  236. /* alert title for failed save operation */
  237. "Could not save file" = "Datei konnte nicht gespeichert werden";
  238.  
  239. /* counter quantity type */
  240. "Counter" = "Zähler";
  241.  
  242. /* default history window name for counter sensor type */
  243. "Counter Sensors" = "Zählersensoren";
  244.  
  245. /* save panel button for for creation of sensor ID report */
  246. "Create" = "Anlegen";
  247.  
  248. /* save panel title for creation of sensor ID report */
  249. "Create sensor ID report for alert scripting" = "Sensornamensliste für Alarmskripting anlegen";
  250.  
  251. /* subheader template for sensor ID report */
  252. "Created %@ for computer %@.\n\n" = "Angelegt am %@ für Computer %@.\n\n";
  253.  
  254. /* description template for CPU load probe object */
  255. "CPU %d" = "CPU %d";
  256.  
  257. /* current quantity type */
  258. "Current" = "Strom";
  259.  
  260. /* default history window name for current sensor type */
  261. "Current (Amperage) Sensors" = "Stromsensoren";
  262.  
  263. /* dock status message: 0 values */
  264. "Currently no values are selected to be visible in the Dock." = "Zurzeit werden keine Werte im Dock angezeigt.";
  265.  
  266. /* menu bar status message: 0 values */
  267. "Currently no values are selected to be visible in the menu bar." = "Zurzeit werden keine Werte in der Menüleiste angezeigt.";
  268.  
  269. /* dock status message: 1 value */
  270. "Currently one value is selected to be visible in the Dock." = "Zurzeit ist ein Wert zur Anzeige im Dock ausgewählt.";
  271.  
  272. /* menu bar status message: 1 value */
  273. "Currently one value is selected to be visible in the menu bar." = "Zurzeit ist ein Wert zur Anzeige in der Menüleiste ausgewählt.";
  274.  
  275. /* dock status message: 2 values */
  276. "Currently two values are selected to be visible in the Dock." = "Zurzeit sind zwei Werte zur Anzeige im Dock ausgewählt.";
  277.  
  278. /* menu bar status message: template */
  279. "Currently %u values are selected to be visible in the menu bar." = "Zurzeit sind %u Werte zur Anzeige in der Menüleiste ausgewählt.";
  280.  
  281. /* LCD output item: date */
  282. "Date" = "Datum";
  283.  
  284. /* battery status: depleted */
  285. "depleted" = "entladen";
  286.  
  287. /* disconnected pseudo quantity type */
  288. "Disconnected" = "Nicht verbunden";
  289.  
  290. /* location identifier for lost sensor */
  291. "Disconnected Sensor" = "Nicht angeschlossener Sensor";
  292.  
  293. /* artificial sensor type: disk capacity */
  294. "Disk usage" = "Plattennutzung";
  295.  
  296. /* disk capacity probe location template */
  297. "Disk Usage '%@'" = "Plattennutzung „%@“";
  298.  
  299. /* template for headline in display info panel */
  300. "Display %u" = "Bildschirm %u";
  301.  
  302. /* Display Information window title */
  303. "Display Information" = "Bildschirmdaten";
  304.  
  305. /* toolbar label for preference pane: Dock */
  306. "Dock" = "Dock";
  307.  
  308. /* alert title template when deleting gauge list for entire computer */
  309. "Do you really want to delete all sensor entries for the computer '%@'?" = "Möchten Sie wirklich alle Sensoreinträge für den Computer „%@“ löschen?";
  310.  
  311. /* reset gauge color alert sheet title */
  312. "Do you really want to reset all sensor colors?" = "Wollen Sie wirklich alle Sensorfarben zurücksetzen?";
  313.  
  314. /* don't install x86 driver button */
  315. "Don't install" = "Nicht installieren";
  316.  
  317. /* Drive Overview Information window title */
  318. "Drive Overview" = "Laufwerksübersicht";
  319.  
  320. /* driver not installed title */
  321. "Driver for extended x86 support is not installed" = "Treiber für erweiterte x86-Unterstützung ist nicht installiert";
  322.  
  323. /* menu item to edit remote computer lists */
  324. "Edit Computer Lists..." = "Computerlisten ändern …";
  325.  
  326. /* artificial sensor type: power */
  327. "Electrical power" = "Elektrische Leistung";
  328.  
  329. /* battery status: enforcing low speed */
  330. "enforcing low speed" = "erzwingt niedrige Geschwindigkeit";
  331.  
  332. /* sentence part for alert message: value exceeded */
  333. "exceeded" = "überschreitet";
  334.  
  335. /* sentence part for alert message: value fallen below mark */
  336. "fallen below" = "unterschreitet";
  337.  
  338. /* LCD output for status info 0 in a 2-character field */
  339. "!!" = "!!";
  340.  
  341. /* SMART status: parameter exceeded */
  342. "failing" = "Ausfall";
  343.  
  344. /* SMART attribute check result: Failure imminent */
  345. "Failure imminent" = "Ausfall bevorstehend";
  346.  
  347. /* default history window name for pulse width sensor type */
  348. "Fan Pulse Width Sensors" = "Lüfter Tastverhältnissensoren";
  349.  
  350. /* default history window name for revolution sensor type */
  351. "Fan Revolution Sensors" = "Lüfter Drehzahlsensoren";
  352.  
  353. /* no colors found information explanation */
  354. "For the display in history graphs, all sensors are still set to a black default color. By pressing 'Yes' the application will automatically choose different colors for all sensors." = "Für die Anzeige in Verlaufsgraphen sind alle Sensoren immer noch auf die Standardfarbe Schwarz gesetzt. Durch Druck auf „Ja“ wird das Programm automatisch verschiedene Farben für alle Sensoren auswählen.";
  355.  
  356. /* disk free space probe location template */
  357. "Free Disk Space '%@'" = "Freier Plattenplatz „%@“";
  358.  
  359. /* artificial sensor type: memory free */
  360. "Free memory" = "Freier Speicher";
  361.  
  362. /* free memory probe location */
  363. "Free Memory" = "Freier Speicher";
  364.  
  365. /* artificial sensor type: disk free space */
  366. "Free space on disk" = "Freier Plattenplatz";
  367.  
  368. /* frequency quantity type */
  369. "Frequency" = "Frequenz";
  370.  
  371. /* default history window name for frequency sensor type */
  372. "Frequency Sensors" = "Frequenzsensoren";
  373.  
  374. /* toolbar label for preference pane: General */
  375. "General" = "Allgemein";
  376.  
  377. /* SMART info window title template */
  378. "Hard Disk %u (%@)" = "Festplatte %u (%@)";
  379.  
  380. /* S.M.A.R.T. Information window title */
  381. "Hard Disk Monitoring Information" = "Festplattenüberwachungsdaten";
  382.  
  383. /* localized name of the application (1) */
  384. "Hardware Monitor" = "Hardwaremonitor";
  385.  
  386. /* submit compatibility connection explanation */
  387. "Hardware Monitor tries to connect to the Internet now to see if the author of this application already has compatibility information for your computer model." = "Hardwaremonitor versucht nun, eine Verbindung zum Internet herzustellen, um zu prüfen, ob der Programmautor bereits Kompatibilitätsdaten für Ihr Computermodell besitzt.";
  388.  
  389. /* menu item title to hide screen window */
  390. "Hide Screen Display" = "Bildschirmanzeige ausblenden";
  391.  
  392. /* toolbar label for preference pane: History */
  393. "History" = "Verlauf";
  394.  
  395. /* default name for history windows */
  396. "History Window" = "Verlaufsfenster";
  397.  
  398. /* history window headline template */
  399. "History Window '%@' (%d of %u)" = "Verlaufsfenster „%@“ (%d of %u)";
  400.  
  401. /* disk table column header for RAID ID */
  402. "Identification" = "Identifikation";
  403.  
  404. /* battery status: warning */
  405. "in warning state" = "im Warnzustand";
  406.  
  407. /* remote agent version conflict title */
  408. "Incompatible remote agent" = "Unverträglicher Fernagent";
  409.  
  410. /* remote communication conflict title */
  411. "Incompatible remote system" = "Unverträgliches fernes System";
  412.  
  413. /* install x86 driver now button */
  414. "Install now" = "Jetzt installieren";
  415.  
  416. /* driver installation start dialog title */
  417. "Installation of additional device driver for Intel-based Macintosh systems" = "Installation eines zusätzlichen Gerätetreibers für Intel®-basierte Macintosh-Systeme";
  418.  
  419. /* battery status: installed */
  420. "installed" = "installiert";
  421.  
  422. /* LCD output item: IPv4 address */
  423. "IPv4 Address" = "IPv4-Adresse";
  424.  
  425. /* client entered sleep mode explanation template */
  426. "It is no longer possible to get readouts from computer '%@' because its sensors have been powered down. The system has entered sleep mode.\n\nIf you don't like to be informed in such cases, you can disable this warning in the General pane of the Preferences window." = "Es ist nicht mehr möglich, Messwerte vom Computer „%@“ zu erhalten, da dessen Sensoren abgeschaltet wurden. Das System ist in den Ruhezustand gegangen.\n\nFalls Sie in solchen Fällen nicht benachrichtigt werden möchten, können Sie diese Warnung im Abschnitt „Allgemein“ des Einstellungsfensters abschalten.";
  427.  
  428. /* explanation for general probe creation error */
  429. "It was not possible to add the probe based on the data you had entered. Either a similar probe monitoring the same object already exists, or the data was invalid." = "Es war nicht möglich, die Sonde mit den Daten, die Sie eingegeben haben, anzulegen. Entweder gibt es bereits eine ähnliche Sonde, die das gleiche Objekt überwacht, oder die Daten waren ungültig.";
  430.  
  431. /* compatibility report check failure explanation */
  432. "It was not possible to contact the compatibility database server. Please check your Internet connection or retry at a later time." = "Es war nicht möglich, den Server für die Kompatibilitätsdatenbank zu erreichen. Bitte überprüfen Sie Ihre Internet-Verbindung oder versuchen Sie es zu einem späteren Zeitpunkt noch einmal.";
  433.  
  434. /* general client failure explanation template */
  435. "It was not possible to contact '%@' to get sensor readouts." = "Es war nicht möglich „%@“ zu kontaktieren um Messwerte zu erhalten.";
  436.  
  437. /* LCD output item: kernel version */
  438. "Kernel Version" = "Kernel-Version";
  439.  
  440. /* LCD type 1 x 16 */
  441. "LC Display 1 x 16" = "LC-Display 1 x 16";
  442.  
  443. /* LCD type 2 x 12 */
  444. "LC Display 2 x 12" = "LC-Display 2 x 12";
  445.  
  446. /* LCD type 2 x 16 */
  447. "LC Display 2 x 16" = "LC-Display 2 x 16";
  448.  
  449. /* LCD type 2 x 20 */
  450. "LC Display 2 x 20" = "LC-Display 2 x 20";
  451.  
  452. /* LCD type 2 x 40 */
  453. "LC Display 2 x 40" = "LC-Display 2 x 40";
  454.  
  455. /* LCD type 2 x 8 */
  456. "LC Display 2 x 8" = "LC-Display 2 x 8";
  457.  
  458. /* LCD type 4 x 16 */
  459. "LC Display 4 x 16" = "LC-Display 4 x 16";
  460.  
  461. /* LCD type 4 x 20 */
  462. "LC Display 4 x 20" = "LC-Display 4 x 20";
  463.  
  464. /* LCD type 3 x 25 */
  465. "LC Display 3 x 25" = "LC-Display 3 x 25";
  466.  
  467. /* LCD type 17 x 52 */
  468. "LC Display 17 x 52" = "LC-Display 17 x 52";
  469.  
  470. /* LCD test string with latin characters */
  471. "LCD_LATIN_TEST" = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz äöüß 1234567890";
  472.  
  473. /* LCD test string with Katakana characters */
  474. "LCD_KATAKANA_TEST" = "ァアイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモャヤュユョヨラリルレロワヲン ー 1234567890";
  475.  
  476. /* toolbar label for preference pane: LCD Module */
  477. "LCD Module" = "LCD-Modul";
  478.  
  479. /* sensor name for generic IONDRVFramebuffer driver */
  480. "Legacy support for graphics card" = "Altlastenunterstützung für Grafikkarte";
  481.  
  482. /* battery status: lid closed */
  483. "lid is closed" = "Notebook-Deckel ist geschlossen";
  484.  
  485. /* SMART attribute check result: lifetime exceeded */
  486. "Lifetime exceeded" = "Lebensdauer überschritten";
  487.  
  488. /* light quantity type */
  489. "Light" = "Licht";
  490.  
  491. /* default history window name for light sensor type */
  492. "Light Sensors" = "Lichtsensoren";
  493.  
  494. /* load quantity type */
  495. "Load" = "Last";
  496.  
  497. /* default history window name for load sensor type */
  498. "Load Sensors" = "Lastsensoren";
  499.  
  500. /* sensor ID report reference to local computer */
  501. "local computer" = "lokaler Computer";
  502.  
  503. /* lost connection alert title */
  504. "Lost connection to monitored computer" = "Verbindung zu überwachtem Computer verloren";
  505.  
  506. /* battery status: low power */
  507. "low power" = "niedrige Leistung";
  508.  
  509. /* battery status: clamshell on wake state */
  510. "maintain clamshell state" = "geschlossene Betriebsart beibehalten";
  511.  
  512. /* label for manufacturing date of display unit */
  513. "Manufacturing Date:" = "Herstellungsdatum:";
  514.  
  515. /* default history window name for memory sensor type */
  516. "Memory and Storage Sensors" = "Speichergrößensensoren";
  517.  
  518. /* memory quantity type */
  519. "Memory or Storage size" = "Speichergröße";
  520.  
  521. /* toolbar label for preference pane: Menu Bar */
  522. "Menu Bar" = "Menüleiste";
  523.  
  524. /* model info already known alert title */
  525. "Model already in database" = "Modell bereits in der Datenbank";
  526.  
  527. /* label for model year of display unit */
  528. "Model Year:" = "Modelljahr:";
  529.  
  530. /* MPU info title template */
  531. "Micro Processor Unit Card %u" = "Mikroprozessoreinheit Karte %u";
  532.  
  533. /* disk table column header for RAID name */
  534. "Name" = "Name";
  535.  
  536. /* artificial sensor type: network collisions */
  537. "Network collisions" = "Netzkollisionen";
  538.  
  539. /* artificial sensor type: network incoming bytes */
  540. "Network incoming bytes" = "Netzbytes eingehend";
  541.  
  542. /* artificial sensor type: network incoming bytes (total) */
  543. "Network incoming bytes (total)" = "Netzbytes eingehend (gesamt)";
  544.  
  545. /* artificial sensor type: network incoming packets */
  546. "Network incoming packets" = "Netzpakete eingehend";
  547.  
  548. /* artificial sensor type: network input errors */
  549. "Network input errors" = "Netzeingangsfehler";
  550.  
  551. /* artificial sensor type: network outgoing bytes */
  552. "Network outgoing bytes" = "Netzbytes ausgehend";
  553.  
  554. /* artificial sensor type: network outgoing bytes (total) */
  555. "Network outgoing bytes (total)" = "Netzbytes ausgehend (gesamt)";
  556.  
  557. /* artificial sensor type: network outgoing packets */
  558. "Network outgoing packets" = "Netzpakete ausgehend";
  559.  
  560. /* artificial sensor type: network output errors */
  561. "Network output errors" = "Netzausgangsfehler";
  562.  
  563. /* network collisions probe location */
  564. "Network Collisions" = "Netzkollisionen";
  565.  
  566. /* network input bytes probe location */
  567. "Network Interface Incoming Bytes" = "Netzanschluss eingehende Bytes";
  568.  
  569. /* network input bytes (total) probe location */
  570. "Network Interface Incoming Bytes (Total)" = "Netzanschluss eingehende Bytes (gesamt)";
  571.  
  572. /* network input packets probe location */
  573. "Network Interface Incoming Packets" = "Netzanschluss eingehende Pakete";
  574.  
  575. /* network input errors probe location */
  576. "Network Interface Input Errors" = "Netzanschluss Eingangsfehler";
  577.  
  578. /* network output bytes probe location */
  579. "Network Interface Outgoing Bytes" = "Netzanschluss ausgehende Bytes";
  580.  
  581. /* network output bytes (total) probe location */
  582. "Network Interface Outgoing Bytes (Total)" = "Netzanschluss ausgehende Bytes (gesamt)";
  583.  
  584. /* network output packets probe location */
  585. "Network Interface Outgoing Packets" = "Netzanschluss ausgehende Pakete";
  586.  
  587. /* network output errors probe location */
  588. "Network Interface Output Errors" = "Netzanschluss Ausgangsfehler";
  589.  
  590. /* special value 'never' for LCD saver time interval */
  591. "Never" = "Nie";
  592.  
  593. /* LCD output item: newline */
  594. "New Line" = "Neue Zeile";
  595.  
  596. /* default name for new computer list */
  597. "New List" = "Neue Liste";
  598.  
  599. /* default template for new computer list */
  600. "New List %u" = "Neue Liste %u";
  601.  
  602. /* SMART support status: NO
  603.    SMART temperature support status: NO */
  604. "no" = "nein";
  605.  
  606. /* no button
  607.    sensor not rejected confirmation */
  608. "No" = "Nein";
  609.  
  610. /* description for speed feature on systems without variable frequency support */
  611. "No (constant speed)" = "Nein (konstante Geschwindigkeit)";
  612.  
  613. /* demo mode additional sensor display: no sensors found */
  614. "No additional sensors found.\nYou should run the free Temperature Monitor application on this computer." = "Keine zusätzlichen Sensoren gefunden.\nSie sollten auf diesem Computer das kostenlose Programm Temperaturmonitor laufen lassen.";
  615.  
  616. /* no Smart Battery detected headline message */
  617. "No battery available" = "Kein Akku verfügbar";
  618.  
  619. /* title for battery info window in case no batteries found */
  620. "No battery found" = "Kein Akku gefunden";
  621.  
  622. /* headline for no detected displays in display info panel */
  623. "No display connected" = "Kein Bildschirm angeschlossen";
  624.  
  625. /* no or multiple history windows selection history sensor headline */
  626. "No or multiple history windows selected" = "Keines oder mehrere Verlaufsfenster ausgewählt";
  627.  
  628. /* no or multiple sensor selection alert sensor headline */
  629. "No or multiple sensors selected" = "Kein oder mehrere Sensoren ausgewählt";
  630.  
  631. /* sensor headline if no sensor selectable */
  632. "No sensor" = "Kein Sensor";
  633.  
  634. /* no sensors found information title */
  635. "No accessible sensors found" = "Keine zugreifbaren Sensoren gefunden";
  636.  
  637. /* title for SMART info window in case no supported disks found */
  638. "No supported Xserve hard disks found" = "Keine unterstützten Xserve-Festplatten gefunden";
  639.  
  640. /* description when sensor limits not available */
  641. "not applicable or unknown" = "nicht anwendbar oder unbekannt";
  642.  
  643. /* status message for legal system without SMC */
  644. "No System Management Controller available." = "Kein System Management Controller verfügbar.";
  645.  
  646. /* warning message: access time to SMART sensors smaller than 2 times disk spindown time */
  647. "Note: The update interval for hard disk sensors is set so small that the hard disks will no longer enter sleep mode." = "Hinweis: Das Abfrageintervall für Festplattensensoren ist so kurz eingestellt, dass die Festplatten nicht mehr in den Ruhezustand gehen können.";
  648.  
  649. /* battery status: no special state detected */
  650. "normal" = "normal";
  651.  
  652. /* feature not available display text
  653.    SMART status: not available */
  654. "not available" = "nicht verfügbar";
  655.  
  656. /* not enough product keys alert title */
  657. "Not enough product keys" = "Nicht genügend Produktschlüssel";
  658.  
  659. /* history window right x-axis label */
  660. "Now" = "Jetzt";
  661.  
  662. /* artificial sensor type: page-ins */
  663. "Number of current page-ins" = "Anzahl aktueller Einlagerungen";
  664.  
  665. /* artificial sensor type: page-outs */
  666. "Number of current page-outs" = "Anzahl aktueller Auslagerungen";
  667.  
  668. /* number of page-ins probe location */
  669. "Number of Page-ins" = "Anzahl Einlagerungen";
  670.  
  671. /* number of page-outs probe location */
  672. "Number of Page-outs" = "Anzahl Auslagerungen";
  673.  
  674. /* artificial sensor type: total number of processes */
  675. "Number of processes" = "Anzahl Prozesse";
  676.  
  677. /* OS total number of processes probe location */
  678. "Number of Processes" = "Anzahl Prozesse";
  679.  
  680. /* sensor name for nVidia Graphics card */
  681. "nVidia Graphics Card" = "nVidia Grafikkarte";
  682.  
  683. /* OK button 
  684.    SMART attribute check result: OK
  685.    LCD output for status info 1 in a 2-character field */
  686. "OK" = "OK";
  687.  
  688. /* submit compatibility report tools missing alert title */
  689. "Operating System tools missing" = "Betriebssystem-Tools fehlen";
  690.  
  691. /* LCD output item: OS build */
  692. "OS Build" = "OS Build";
  693.  
  694. /* LCD output item: OS version */
  695. "OS Version" = "OS Version";
  696.  
  697. /* x86 package/unit header template */
  698. "Package %u" = "Einheit %u";
  699.  
  700. /* disk table column header for path */
  701. "Path" = "Pfad";
  702.  
  703. /* fallback error message for x86 driver failure */
  704. "Permission denied" = "Erlaubnis verweigert";
  705.  
  706. /* physical sensor type */
  707. "physical" = "physisch";
  708.  
  709. /* message to create artificial battery sensor */
  710. "Please select the battery unit to be monitored:" = "Bitte wählen Sie den Akku, der überwacht werden soll:";
  711.  
  712. /* message to create artificial CPU load sensor */
  713. "Please select the CPU core to be monitored:" = "Bitte wählen Sie den CPU-Kern, der überwacht werden soll:";
  714.  
  715. /* message to create artificial disk sensors */
  716. "Please select the disk volume to be monitored:" = "Bitte wählen Sie das Plattenvolume, das überwacht werden soll:";
  717.  
  718. /* message to create artificial RAID sensors */
  719. "Please select the RAID set to be monitored:" = "Bitte wählen Sie den RAID-Satz, der überwacht werden soll:";
  720.  
  721. /* power quantity type */
  722. "Power" = "Leistung";
  723.  
  724. /* power probe location template */
  725. "Power (%@ x %@)" = "Leistung (%@ x %@)";
  726.  
  727. /* default history window name for power sensor type */
  728. "Power Sensors" = "Leistungssensoren";
  729.  
  730. /* toolbar label for preference pane: Probes */
  731. "Probes" = "Sonden";
  732.  
  733. /* default note for SMART disk access interval */
  734. "Probing hard disk sensors in short intervals might degrade disk and system performance." = "Die Abfrage von Festplattensensoren in kurzen Abständen kann die Platten- und Systemgeschwindigkeit herabsetzen.";
  735.  
  736. /* artificial sensor type: processor load */
  737. "Processor load" = "Prozessorlast";
  738.  
  739. /* CPU load probe location template */
  740. "Processor Load %c" = "Prozessorlast %c";
  741.  
  742. /* CPU total load probe location */
  743. "Processor Load (average)" = "Prozessorlast (Durchschnitt)";
  744.  
  745. /* pulse width quantity type */
  746. "Pulse Width" = "Tastverhältnis";
  747.  
  748. /* outdated sensor names found information title */
  749. "'Raw' sensor designations have been found in your preferences. Do you like to update the sensor names?" ="„Rohe“ Sensorbezeichnungen wurden in Ihren Einstellungen gefunden. Möchten Sie die Sensornamen aktualisieren?";
  750.  
  751. /* artificial sensor type: RAID state */
  752. "RAID operation status" = "RAID-Betriebszustand";
  753.  
  754. /* RAID status probe location template */
  755. "RAID Status %@" = "RAID-Zustand %@";
  756.  
  757. /* artificial sensor type: battery remaining */
  758. "Remaining battery capacity" = "Verbleibende Akkukapazität";
  759.  
  760. /* battery probe location template */
  761. "Remaining Capacity Battery %d" = "Verbleibende Akkukapazität %d";
  762.  
  763. /* driver uninstallation success explanation */
  764. "Remember that you will no longer receive valid readings from affected sensors." = "Denken Sie daran, dass Sie von betroffenen Sensoren keine gültigen Messwerte mehr empfangen.";
  765.  
  766. /* sensor ID report template reference to remote system */
  767. "remote computer '%@'" = "Fernzugriff auf Computer '%@'";
  768.  
  769. /* controlled disconnection alert title */
  770. "Remote computer has been disconnected" = "Ferner Computer wurde getrennt";
  771.  
  772. /* revolution speed quantity type */
  773. "Revolution Speed" = "Umdrehungsgeschwindigkeit";
  774.  
  775. /* sample string for menu bar preview */
  776. "Sample: 12.3 X" = "Beispiel: 12,3 X";
  777.  
  778. /* toolbar label for preference pane: Screen */
  779. "Screen" = "Bildschirm";
  780.  
  781. /* artificial sensor type: SMART verification state */
  782. "S.M.A.R.T. drive verification status" = "S.M.A.R.T.-Plattenstatus";
  783.  
  784. /* SMART Disk sensor name */
  785. "S.M.A.R.T. Hard Disk Sensor" = "S.M.A.R.T.-Festplattensensor";
  786.  
  787. /* SMART status probe location template */
  788. "S.M.A.R.T. Status %@ %@" = "S.M.A.R.T.-Status %@ %@";
  789.  
  790. /* CSV header: sensor column */
  791. "Sensor" = "Sensor";
  792.  
  793. /* alert sensor headline template
  794.    sensor headline template */
  795. "Sensor '%@'" = "Sensor „%@“";
  796.  
  797. /* sensor alert message template */
  798. "Sensor '%@' has %@ a value of %g. The current value is %g.\nThe alert was registered at %@." = "Sensor „%@“ %@ einen Wert von %g. Der aktuelle Wert ist %g.\nDer Alarm wurde um %@ registriert.";
  799.  
  800. /* Growl sensor alert notification name */
  801. "Sensor Alert" = "Sensoralarm";
  802.  
  803. /* LCD output item: sensor bar graph */
  804. "Sensor Bar Graph" = "Sensorbalkenanzeige";
  805.  
  806. /* header for sensor ID report */
  807. "Sensor ID Report\n\n" = "Sensornamensbericht\n\n";
  808.  
  809. /* Sensor Overview window title */
  810. "Sensor Overview" = "Sensorübersicht";
  811.  
  812. /* LCD output item: sensor value */
  813. "Sensor Value" = "Sensorwert";
  814.  
  815. /* suggested filename for sensor ID report */
  816. "SensorIDReport.txt" = "Sensornamensbericht.txt";
  817.  
  818. /* standard sensor window title
  819.    toolbar label for preference pane: Sensors */
  820. "Sensors" = "Sensoren";
  821.  
  822. /* client entered sleep mode alert title */
  823. "Sensors on remote computer have powered down" = "Die Sensoren auf einem fernüberwachten Computer wurden abgeschaltet";
  824.  
  825. /* serial number column header for connection table */
  826. "Serial Number" = "Seriennummer";
  827.  
  828. /* menu item title to show screen window */
  829. "Show Screen Display" = "Bildschirmanzeige einblenden";
  830.  
  831. /* final message when shutting down LCD panel */
  832. "SHUTDOWN" = "ABGESCHALTET";
  833.  
  834. /* Smart Battery location template */
  835. "Smart Battery %@ (%@)" = "Akkueinheit %@ (%@)";
  836.  
  837. /* Smart Battery sensor name */
  838. "Smart Battery Temperature Sensor" = "Smart Battery-Temperatursensor";
  839.  
  840. /* headline message for Smart Battery info display */
  841. "Smart Battery Unit" = "Akkueinheit (Smart Battery)";
  842.  
  843. /* SMART disk location template */
  844. "SMART Disk %@ (%@)" = "SMART Festplatte %@ (%@)";
  845.  
  846. /* software sensor type */
  847. "Software" = "Software";
  848.  
  849. /* damaged software title message */
  850. "Software damaged" = "Software beschädigt";
  851.  
  852. /* toolbar label for preference pane: Speech */
  853. "Speech" = "Sprache";
  854.  
  855. /* speech status message: no output */
  856. "Speech output is currently deactivated." = "Sprachausgabe ist momentan abgeschaltet.";
  857.  
  858. /* speech status message: alerts only */
  859. "Speech output is currently restricted to alert messages only." = "Sprachausgabe ist momentan auf Alarmmeldungen beschränkt.";
  860.  
  861. /* speecth status message: all active */
  862. "Speech output is fully activated." = "Sprachausgabe ist momentan vollständig eingeschaltet.";
  863.  
  864. /* status quantity type */
  865. "Status information" = "Statusinformation";
  866.  
  867. /* default history window name for status sensor type */
  868. "Status Sensors" = "Statussensoren";
  869.  
  870. /* submit compatibility report alert title */
  871. "Submit Compatibility Report" = "Kompatibilitätsbericht einsenden";
  872.  
  873. /* artificial sensor type: used swap size */
  874. "Swap memory in use" = "Auslagerungsspeicher in Benutzung";
  875.  
  876. /* synthetic sensor type */
  877. "synthetic" = "synthetisch";
  878.  
  879. /* System Information window title */
  880. "System Information" = "Systemdaten";
  881.  
  882. /* temperature quantity type */
  883. "Temperature" = "Temperatur";
  884.  
  885. /* localized name of the application (2) */
  886. "Temperature Monitor" = "Temperaturmonitor";
  887.  
  888. /* default history window name for temperature sensor type */
  889. "Temperature Sensors" = "Temperatursensoren";
  890.  
  891. /* LCD output item: constant string */
  892. "Text" = "Text";
  893.  
  894. /* driver update start dialog title */
  895. "The additional sensor driver for Intel-based Macintosh systems has to be updated." = "Der zusätzliche Sensortreiber für Intel®-basierte Macintosh-Systeme muss aktualisiert werden.";
  896.  
  897. /* unsupported hardware explanation template */
  898. "The application has identified hardware components which were unknown at the the time this version was released. %@ might return incorrect readings and information panels could show wrong or inaccurate data.\nThis version of %@ is designed to work with Apple-branded computers released between August 2002 and March 1, 2011." = "Das Programm hat Hardware-Komponenten erkannt, die bei der Freigabe dieser Version unbekannt waren. %@ könnte fehlerhafte Messwerte liefern und Informationsfenster könnten falsche oder ungenaue Angaben zeigen.\nDiese Version von %@ wurde für Computer der Marke Apple entworfen, die zwischen August 2002 und 1. März 2011 freigegeben wurden.";
  899.  
  900. /* splash screen message */
  901. "The application is starting up. Please wait..." = "Das Programm startet. Bitte warten …";
  902.  
  903. /* driver installation success explanation */
  904. "The application will now rescan your sensor configuration to detect new accessible sensors. You may want to review your display preference settings for the newly added sensors." = "Das Programm wird nun Ihre Sensorkonfiguration erneut durchsuchen, um neue zugreifbare Sensoren zu entdecken. Eventuell sollten Sie Ihre Anzeigeeinstellungen für die neu hinzugefügten Sensoren überprüfen.";
  905.  
  906. /* driver update success explanation */
  907. "Please note that the application will restart now to ensure that application and driver are synchronized. Press 'OK' to let the program relaunch itself." = "Bitte beachten Sie, dass das Programm nun neu starten muss, um sicher zu stellen, dass Programm und Treiber synchronisiert sind. Drücken Sie „OK“, um das Programm sich selbst wieder starten zu lassen.";
  908.  
  909. /* model info already known alert explanation */
  910. "The author already has enough data about your computer model '%@'. It is not necessary to submit additional information.\n\nThank you very much for your support." = "Der Autor hat bereits genug Daten über Ihr Computermodell „%@“. Es ist nicht notwendig, zusätzliche Daten einzusenden.\n\nVielen Dank für Ihre Mithilfe.";
  911.  
  912. /* warning title for invalid probe type error */
  913. "The computer doesn't have the necessary equipment for this type of probe." = "Der Computer ist für diesen Type Sonde nicht ausgerüstet.";
  914.  
  915. /* controlled disconnection explanation template */
  916. "The demonstration period to evaluate a remote connection to the system '%@' is over." = "Die Demonstrationszeit um eine Fernverbindung zum System „%@“ auszuwerten ist abgelaufen.";
  917.  
  918. /* probe export file write error title */
  919. "The export file could not be written." = "Die Exportdatei konnte nicht geschrieben werden.";
  920.  
  921. /* alert message template for failed save operation */
  922. "The file '%@' could not be created." = "Die Datei „%@“ konnte nicht angelegt werden.";
  923.  
  924. /* probe import success explanation template */
  925. "The file contained descriptions of %u artificial sensors. %u could be imported successfully." = "Die Datei enthielt Beschreibungen von %u künstlichen Sensoren. %u konnten erfolgreich importiert werden.";
  926.  
  927. /* sensor ID report creation failure explanation template */
  928. "The file could not be saved to the location %@. Please verify that you have permission to write to this folder and try again." = "Die Datei konnte an der Position %@ nicht gesichert werden. Bitte stellen Sie sicher, dass Sie in diesem Ordner Schreibrecht haben und versuchen Sie es noch einmal.";
  929.  
  930. /* probe import file read error */
  931. "The import file could not be read." = "Die Importdatei konnte nicht gelesen werden.";
  932.  
  933. /* driver installation failure title */
  934. "The installation could not be completed" = "Die Installation konnte nicht abgeschlossen werden";
  935.  
  936. /* driver installation success title */
  937. "The installation was successful" = "Die Installation war erfolgreich";
  938.  
  939. /* warning title for general probe creation error */
  940. "The probe could not be created" = "Die Sonde konnte nicht angelegt werden";
  941.  
  942. /* import with existing probes */
  943. "The probe definitions from the imported file will completely replace your existing definitions. You will lose your current probe settings when pressing 'yes'." = "Die Sondendefinitionen aus der importierten Datei werden Ihre bestehenden Definitionen vollständig ersetzen. Beim Drücken von „Ja“ werden Sie Ihre aktuellen Sondeneinstellungen verlieren.";
  944.  
  945. /* probe import success title */
  946. "The probe definitions have been imported." = "Die Sondendefinitionen wurden importiert.";
  947.  
  948. /* Intel Core Erratum AE 18 warning title */
  949. "The processor in this system could be affected by a known design flaw. Should the program remind you again the next time it is started?" = "Der Prozessor in diesem Computer könnte von einem bekannten Konstruktionsfehler betroffen sein. Soll das Programm Sie daran erinnern, wenn es das nächste Mal gestartet wird?";
  950.  
  951. /* no product key on remote system alert title */
  952. "The remote computer runs in demo mode" = "Der ferne Computer läuft im Demomodus";
  953.  
  954. /* remote agent version conflict explanation template */
  955. "The remote software version is too old to communicate with this monitor version. Please upgrade the remote application." = "Die ferne Software-Version ist zu alt, um mit dieser Monitorversion zu kommunizieren. Bitte aktualisieren Sie das entfernt laufende Programm.";
  956.  
  957. /* no product key on remote system explanation template */
  958. "The remote system '%@' is currently running in demonstration mode only because no valid registration info is available. After the grace period is over the network connection to this computer will be interrupted." = "Das ferne System „%@“ läuft gegenwärtig nur im Demonstrationsmodus, da keine gültigen Registrierungsdaten vorhanden sind. Nachdem die Kulanzzeit abgelaufen ist, wird die Netzverbindung zu diesem Computer unterbrochen.";
  959.  
  960. /* remote communication conflict explanation template */
  961. "The remote system uses an incompatible network protocol and cannot communicate correctly with this monitor version. Either the software or the operating system are incompatible. Please verify the version numbers of software and operating systems on both sides." = "Das ferne System verwendet ein nicht verträgliches Netzprotokoll und kann sich mit dieser Monitorversion nicht richtig verständigen. Entweder ist die Software oder das Betriebssystem nicht kompatibel. Bitte prüfen Sie die Versionsnummern von Software und Betriebssystem auf beiden Seiten.";
  962.  
  963. /* sensor ID report creation failure title */
  964. "The sensor ID report could not be created" = "The sensor ID report could not be created";
  965.  
  966. /* speech failing warning title */
  967. "The speech synthesizer of this operating system is defective." = "Der Sprachsynthesizer dieses Betriebssystems ist defekt.";
  968.  
  969. /* driver uninstallation failure title */
  970. "The uninstallation could not be completed" = "Das Deinstallieren konnte nicht abgeschlossen werden";
  971.  
  972. /* driver update part 1 failure title
  973.    driver update part 2 failure title */
  974. "The update could not be completed" = "Die Aktualisierung konnte nicht abgeschlossen werden";
  975.  
  976. /* driver update success title */
  977. "The update was successful" = "Die Aktualisierung war erfolgreich";
  978.  
  979. /* lost connection alert explanation template */
  980. "There was a communication problem affecting the system '%@'. It is currently not possible to receive any information from this computer." = "Es gab ein Kommunikationsproblem im Zusammenhang mit dem System „%@“. Es ist momentan nicht möglich Daten von diesem Computer zu empfangen.";
  981.  
  982. /* deletable computer status message for gauge preferences */
  983. "This computer is currently not monitored." = "Dieser Computer wird zurzeit nicht überwacht.";
  984.  
  985. /* status message for illegal system without SMC */
  986. "This is not a valid Apple computer." = "Dies ist kein gültiger Apple-Computer.";
  987.  
  988. /* unsupported hardware warning title */
  989. "This computer is not fully supported by this application version." = "Dieser Computer wird von diesem Programm nicht voll unterstützt.";
  990.  
  991. /* no TurboBoost data available message */
  992. "This processor does not support Turbo Boost, or the driver for extended x86 sensor support is not installed." = "Dieser Prozessor unterstützt kein Turbo Boost oder der Treiber für erweiterte x86-Sensorunterstützung ist nicht installiert.";
  993.  
  994. /* lost sensor status message for gauge preferences */
  995. "This sensor is no longer connected." = "Dieser Sensor ist nicht mehr angeschlossen.";
  996.  
  997. /* manipulated software explanation */
  998. "This software package has been tampered with. Please reinstall." = "Dieses Softwareprodukt wurde manipuliert. Bitte installieren Sie es neu.";
  999.  
  1000. /* reset gauge color alert sheet message */
  1001. "This will overwrite the current color settings for all sensors on all connected computers." = "Die gegenwärtigen Farbeinstellungen für alle Sensoren auf allen verbundenen Computern werden überschrieben.";
  1002.  
  1003. /* template for time interval display in history window extreme value drawer */
  1004. "Time Interval: %@" = "Zeitintervall: %@";
  1005.  
  1006. /* LCD output item: time */
  1007. "Time" = "Zeit";
  1008.  
  1009. /* label for first column of CSV export, in CSV format */
  1010. "Time," = "Zeit,";
  1011.  
  1012. /* artificial sensor type: total processor load */
  1013. "Total processor load" = "Gesamtprozessorlast";
  1014.  
  1015. /* no sensors found explanation */
  1016. "Unfortunately, the application could not detect any accessible sensors in the computer '%@'.\n\nThe application is supporting all Macintosh computers released before %@. Please see the online help for more information." = "Leider konnte das Programm im Computersystem „%@“ keine zugreifbaren Sensoren entdecken.\n\nDas Programm unterstützt alle Macintosh-Computer, die vor dem %@ veröffentlicht wurden. Für nähere Informationen öffnen Sie bitte die Online-Hilfe.";
  1017.  
  1018. /* driver uninstallation start dialog title */
  1019. "Uninstall device driver for extended support of Intel-based Macintosh systems" = "Gerätetreiber für erweiterte Unterstützung Intel®-basierter Macintosh-Systeme entfernen";
  1020.  
  1021. /* driver uninstallation success title */
  1022. "Uninstallation was successful" = "Das Deinstallieren war erfolgreich";
  1023.  
  1024. /* CSV header: unit */
  1025. "Unit" = "Einheit";
  1026.  
  1027. /* unknown sensor accuracy description
  1028.    unknown quantity type
  1029.    unknown sensor precision description
  1030.    unknown sensor type
  1031.    SMART temperature support status: unknown
  1032.    SMART status: could not be determined */
  1033. "unknown" = "unbekannt";
  1034.  
  1035. /* sensor name for unknown AppleAD741x device */
  1036. "Unknown Analog Devices AD7417 location" = "Unbekannter Ort für Analog Devices AD7417";
  1037.  
  1038. /* sensor name for unknown A/D converter */
  1039. "Unknown Analog/Digital Converter" = "Unbekannter Analog-Digital-Wandler";
  1040.  
  1041. /* name for unknown vendor-specific SMART attribute */
  1042. "Unknown Attribute" = "Unbekanntes Attribut";
  1043.  
  1044. /* sensor name for unknown current sensor */
  1045. "Unknown Current Sensor" = "Unbekannter Stromsensor";
  1046.  
  1047. /* sensor name for unknown fan sensor */
  1048. "Unknown Fan Sensor" = "Unbekannter Lüftersensor";
  1049.  
  1050. /* sensor name for unknown GPU sensor */
  1051. "Unknown GPU Sensor" = "Unbekannter GPU-Sensor";
  1052.  
  1053. /* sensor name for unknown light sensor */
  1054. "Unknown Light Sensor" = "Unbekannter Lichtsensor";
  1055.  
  1056. /* sensor name for unknown power sensor */
  1057. "Unknown Power Sensor" = "Unbekannter Leistungssensor";
  1058.  
  1059. /* sensor name for unknown temperature sensor */
  1060. "Unknown Temperature Sensor" = "Unbekannter Temperatursensor";
  1061.  
  1062. /* sensor name for unknown temperature diode sensor */
  1063. "Unknown Temperature Diode Sensor" = "Unbekannter Temperaturdiodensensor";
  1064.  
  1065. /* sensor name for unknown voltage sensor */
  1066. "Unknown Voltage Sensor" = "Unbekannter Spannungssensor";
  1067.  
  1068. /* default title for newly created history window
  1069.    default history window name for unknown sensor type */
  1070. "Untitled History Window" = "Verlaufsfenster ohne Titel";
  1071.  
  1072. /* battery status: UPS installed */
  1073. "UPS installed" = "USV installiert";
  1074.  
  1075. /* output channel element status message: second line */
  1076. "Use the 'Monitor' menu to modify." = "Verwenden Sie das Menü „Monitor“ zum Ändern.";
  1077.  
  1078. /* active memory probe location */
  1079. "Used Active Memory" = "Genutzter aktiver Speicher";
  1080.  
  1081. /* artificial sensor type: memory active */
  1082. "Used active memory" = "Genutzer aktiver Speicher";
  1083.  
  1084. /* disk used space probe location template */
  1085. "Used Disk Space '%@'" = "Genutzter Plattenplatz „%@“";
  1086.  
  1087. /* artificial sensor type: memory inactive */
  1088. "Used inactive memory" = "Genutzter inaktiver Speicher";
  1089.  
  1090. /* inactive memory probe location */
  1091. "Used Inactive Memory" = "Genutzter inaktiver Speicher";
  1092.  
  1093. /* artificial sensor type: memory wired */
  1094. "Used non-pageable memory" = "Genutzer nicht auslagerbarer Speicher";
  1095.  
  1096. /* wired memory probe location */
  1097. "Used Non-pageable Memory" = "Genutzer nicht auslagerbarer Speicher";
  1098.  
  1099. /* artificial sensor type: disk used space */
  1100. "Used space on disk" = "Genutzter Plattenplatz";
  1101.  
  1102. /* used swap size probe location */
  1103. "Used Swap Size" = "Genutzter Auslagerungsspeicher";
  1104.  
  1105. /* CSV header: value column */
  1106. "Value" = "Wert";
  1107.  
  1108. /* SMART status: drive OK */
  1109. "verified" = "geprüft";
  1110.  
  1111. /* voltage quantity type */
  1112. "Voltage" = "Spannung";
  1113.  
  1114. /* default history window name for voltage sensor type */
  1115. "Voltage Sensors" = "Spannungssensoren";
  1116.  
  1117. /* disk table column header for volume name */
  1118. "Volume" = "Volume";
  1119.  
  1120. /* code manipulation warning title */
  1121. "Warning: The code of this application is being manipulated." = "Warnung: Der Code dieses Programms wird manipuliert.";
  1122.  
  1123. /* bundle manipulation warning title */
  1124. "Warning: The resources of this application have been damaged." = "Warnung: Die Betriebsdateien dieses Programms sind beschädigt.";
  1125.  
  1126. /* template for manufacturing date output */
  1127. "Week of %@" = "Woche vom %@";
  1128.  
  1129. /* explanation for for invalid probe type error */
  1130. "When scanning the hardware equipment of this computer, it was detected that you cannot create a probe with the type you have selected." = "Beim Abtasten der Hardware-Ausstattung dieses Computers wurde festgestellt, dass eine Sonde mit dem von Ihnen gewählten Typ nicht angelegt werden kann.";
  1131.  
  1132. /* driver installation start explanation */
  1133. "When you press the 'OK' button, the driver will be installed and be loaded automatically upon each startup of Mac OS X. The driver will allow the application to access internals of Intel processors.\n\nMac OS X will ask for an administrator password to confirm this operation." = "Sobald Sie auf „OK“ drücken, wird der Treiber installiert und automatisch bei jedem Start von Mac OS X geladen. Der Treiber erlaubt dem Programm, auf Interna von Intel-Prozessoren zuzugreifen.\n\nMac OS X wird nach einem Verwalterkennwort fragen, um diese Operation zu bestätigen.";
  1134.  
  1135. /* driver uninstallation start explanation */
  1136. "When you press the 'OK' button, the driver will be unloaded and uninstalled. If affected sensors are in use by the application, you will no longer receive valid readings from them.\n\nMac OS X will ask for an administrator password to confirm this operation." = "Sobald Sie auf „OK“ drücken, wird der Treiber deaktiviert und vom System entfernt. Wenn betroffene Sensoren vom Programm benutzt werden, werden Sie danach kein gültigen Werte mehr von ihnen empfangen.";
  1137.  
  1138. /* toolbar label for preference pane: Window */
  1139. "Window" = "Fenster";
  1140.  
  1141. /* SMART support status: YES 
  1142.    SMART temperature support status: YES */
  1143. "yes" = "ja";
  1144.  
  1145. /* yes button
  1146.    sensor rejected confirmation */
  1147. "Yes" = "Ja";
  1148.  
  1149. /* description for speed feature on systems with bus slewing */
  1150. "Yes (bus slewing)" = "Ja (Bus Slewing)";
  1151.  
  1152. /* description for speed feature on systems with low/high speed */
  1153. "Yes (speed reducable)" = "Ja (Geschwindigkeit reduzierbar)";
  1154.  
  1155. /* explanation template when deleting gauge list for entire computer */
  1156. "You are about to remove all preference settings for remotely monitoring the computer '%@' from this computer. This step cannot be undone." = "Sie sind dabei, alle Einstellungen für die Fernüberwachung des Computers „%@“ von diesem Computer aus zu löschen. Dieser Schritt kann nicht rückgängig gemacht werden.";
  1157.  
  1158. /* GPU load sensor warning for Snow Leo */
  1159. "You are using an operating system version where GPU load sensors may not work correctly for all graphics processor types." = "Sie verwenden eine Betriebssystemversion, bei der GPU-Lastsensoren möglicherweise nicht für alle Grafikprozessortypen korrekt arbeiten.";
  1160.  
  1161. /* driver update start explanation */
  1162. "You are using an outdated version of the driver necessary to access sensors of Intel processors which is not compatible with the current application. Please press the 'OK' button to let the application update the driver to the latest version.\n\nIf you don't like to update the driver, you can deactivate it by selecting the respective menu item in the 'Monitor' menu.\n\nNote: Mac OS X may ask you to enter your administrator password twice." = "Sie verwenden eine veraltete Version des Treibers, der für den Zugriff auf Sensoren von Intel®-Prozessoren nötig ist. Er ist mit dem aktuellen Programm nicht kompatibel. Bitte drücken Sie auf „OK“, damit das Programm den Treiber auf die neueste Version aktualisieren kann.\n\nWenn Sie den Treiber nicht aktualisieren möchten, können Sie ihn mit dem entsprechenden Menüpunkt im Menü „Monitor“ entfernen.\n\nMac OS X bittet Sie möglicherweise zweimal, Ihr Verwalterkennwort einzugeben.";
  1163.  
  1164. /* driver explanation */
  1165. "You can install an optional device driver to access some additional 'on-core' sensors of Intel(R) processors. After installing the driver, the application will have access to the Digital Thermal Sensors (DTS) of each processor core.\n\nAfter pressing 'Install now' you will be guided through the installation process.\n\nNote that you can install or uninstall the driver any time, using the respective items in the menu 'Monitor'." = "Sie können auf Wunsch einen Gerätetreiber installieren, um auf einige zusätzliche Sensoren auf dem Kern von Intel®-Prozessoren zugreifen zu können. Nach Installation des Treibers hat das Programm Zugriff auf die Digitalen Wärmesensoren (DTS) jedes Prozessorkerns.\n\nNach Drücken von „Jetzt installieren“ werden Sie durch den Installationsprozess geführt.\n\nBeachten Sie, dass Sie den Treiber auch später jederzeit installieren oder entfernen können, indem Sie die entsprechenden Punkte im Menü „Monitor“ verwenden.";
  1166.  
  1167. /* not enough product keys explanation template */
  1168. "You don't have enough product keys to monitor the remote system '%@'. The computer seems to use the same registration info as a computer already monitored.\n\nPlease purchase a registration key for each computer you want to connect. The remote link is now in demo mode and will disconnect after a grace period of two (2) minutes." = "Sie haben nicht genug Produktschlüssel, um das Fernsystem „%@“ zu überwachen. Der Computer scheint die gleichen Registrierungsdaten zu verwenden wie ein bereits überwachter Computer.\n\nBitte erwerben Sie einen Registrierungsschlüssel für jeden Computer, mit dem Sie eine Verbindung aufbauen möchten. Die Fernverbindung läuft nun im Demomodus und wird nach einer Kulanzzeit von zwei (2) Minuten getrennt.";
  1169.  
  1170. /* alert object launch failure template */
  1171. "You have configured to open the object at path '%@' in case of an alert. An attempt to open this object has failed.\nNote that sensor '%@' has %@ a value of %g. The current value is %g." = "Sie haben für den Fall eines Alarms das Öffnen des Objekts am Pfad “%@” konfiguriert. Ein Versuch dieses Objekt zu öffnen ist fehlgeschlagen.\nHinweis: Sensor “%@” %@ einen Wert von %g. Der aktuelle Wert ist %g.";
  1172.  
  1173. /* no colors found information title */
  1174. "You have not defined colors for the display of sensors. Do you want to change this now?" = "Sie haben zur Anzeige von Sensoren keine Farben definiert. Möchten Sie dies jetzt ändern?";
  1175.  
  1176. /* outdated sensor names found found explanation template */
  1177. "You seem to have created your preference set with a previous version of the application which could not fully support all sensors of your computer yet. For this reason, some of the sensors are currently labeled with their firmware designations only, not with a user-friendly name. For example, the sensor '%@' should be renamed to '%@'.\n\nBy pressing 'yes', all customized sensor names, short sensor names and speech output names of the affected sensors will be updated automatically. By selecting 'no', the preferences won't be touched and the message will not reappear again." = "Ihre Programmeinstellungen scheinen mit einer früheren Version des Programms erstellt worden zu sein, die noch nicht alle Sensoren Ihres Computers unterstützen konnte. Aus diesem Grund tragen einige Sensoren zurzeit nur ihre Firmware-Bezeichnungen, keinen benutzerfreundlichen Namen. Zum Beispiel sollte der Sensor „%@“ in „%@“ umbenannt werden.\n\nDurch Drücken von „ja“ werden alle angepassten Sensornamen, Kurznamen und Sprachausgabenamen der betroffenen Sensoren automatisch aktualisiert. Bei Auswahl von „nein“ werden Ihre Einstellungen nicht verändert und diese Meldung wird nicht mehr wieder erscheinen.";
  1178.  
  1179. /* submit compatibility report tools missing alert explanation */
  1180. "Your operating system is not capable of generating hardware reports because the necessary tools are missing." = "Ihr Betriebssystem ist nicht in der Lage, Hardware-Berichte zu erstellen, da die notwendigen Programme fehlen.";
  1181.  
  1182. /* web site URLs - redirect to selected language */
  1183. "http://www.bresink.com/osx/HardwareMonitor.html" = "http://www.bresink.com/osx/HardwareMonitor-de.html";
  1184. "http://www.bresink.com/osx/TemperatureMonitor.html" = "http://www.bresink.com/osx/TemperatureMonitor-de.html";
  1185.  
  1186. /* sensor locations *****************/
  1187. "CPU A" = "CPU A";
  1188. "CPU B" = "CPU B";
  1189. "CPU BOARD" = "CPU-Board";
  1190.  
  1191. "Drive Bay" = "Laufwerksschacht";
  1192. "Main Logic Board Backside" = "Hauptplatine Rückseite";
  1193. "Memory Controller Heatsink" = "Speicher-Controller Kühlblech";
  1194. "Main Logic Board Ambient" = "Hauptplatine Umgebung";
  1195. "Main Logic Board Air Inlet" = "Hauptplatine Lufteinlass";
  1196. "Processor Card A Ambient" = "Prozessorkarte A Umgebung";
  1197. "Processor Card B Ambient" = "Prozessorkarte B Umgebung";
  1198.  
  1199. "CPU A Die Temperature"    = "CPU A Chiptemperatur";
  1200. "Processor Card A 12V Supply Current" = "Prozessorkarte A 12V-Versorgung Strom";
  1201. "CPU A Voltage"    = "CPU A Spannung";
  1202. "CPU A Current"    = "CPU A Strom";
  1203. "CPU B Die Temperature"    = "CPU B Chiptemperatur";
  1204. "Processor Card B 12V Supply Current" = "Prozessorkarte B 12V-Versorgung Strom";
  1205. "CPU B Voltage"    = "CPU B Spannung";
  1206. "CPU B Current"    = "CPU B Strom";
  1207.  
  1208. "CPU A Intake Fan" = "CPU A Ansauglüfter";
  1209. "CPU A Exhaust Fan" = "CPU A Absauglüfter";
  1210. "CPU B Intake Fan" = "CPU B Ansauglüfter";
  1211. "CPU B Exhaust Fan" = "CPU B Absauglüfter";
  1212. "PCI Slot Fan" = "Lüfter PCI-Steckplätze";
  1213. "CPU A Radiator Pump" = "CPU A Kühlmittelpumpe";
  1214. "CPU B Radiator Pump" = "CPU B Kühlmittelpumpe";
  1215.  
  1216. "Slot 12V" = "Steckplätze 12V";
  1217. "Slot 3.3V" = "Steckplätze 3,3V";
  1218. "Slot 5V" = "Steckplätze 5V";
  1219. "Slot combined" = "Steckplätze insgesamt";
  1220.  
  1221. "Memory Controller Diode" = "Speicher-Controller Diode";
  1222. "Air Tunnel" = "Lufttunnel";
  1223. "Air Tunnel Heatsink" = "Lufttunnelkühlblech";
  1224. "CPU A Core 1 Diode" = "CPU A Kern 1 Diode";
  1225. "CPU A Core 2 Diode" = "CPU A Kern 2 Diode";
  1226. "CPU B Core 1 Diode" = "CPU B Kern 1 Diode";
  1227. "CPU B Core 2 Diode" = "CPU B Kern 2 Diode";
  1228. "CPU A Core 1 Voltage" = "CPU A Kern 1 Spannung";
  1229. "CPU A Core 2 Voltage" = "CPU A Kern 2 Spannung";
  1230. "CPU A Core 1 Current" = "CPU A Kern 1 Strom";
  1231. "CPU A Core 2 Current" = "CPU A Kern 2 Strom";
  1232. "CPU B Core 1 Voltage" = "CPU B Kern 1 Spannung";
  1233. "CPU B Core 2 Voltage" = "CPU B Kern 2 Spannung";
  1234. "CPU B Core 1 Current" = "CPU B Kern 1 Strom";
  1235. "CPU B Core 2 Current" = "CPU B Kern 2 Strom";
  1236. "Drive Bay A Air Intake" = "Laufwerksschaft A Lufteinlass";
  1237. "Expansion Slots Intake" = "Erweiterungssteckplätze Lufteinlass";
  1238.  
  1239. "Graphics Processor" = "Grafikprozessor";
  1240. "Processor/Controller Bottomside" = "Prozessor/Controller Unterseite";
  1241. "Processor Bottomside" = "Prozessor Unterseite";
  1242. "Processor Topside" = "Prozessor Oberseite";
  1243. "Power Supply Bottomside" = "Stromversorgung Unterseite";
  1244. "Graphics Processor Bottomside" = "Grafikprozessor Unterseite";
  1245. "Graphics Processor Topside" = "Grafikprozessor Oberseite";
  1246. "Hard Disk Drive Bottomside" = "Festplatte Unterseite";
  1247. "CPU Core" = "CPU-Kern";
  1248. "Rear Left Exhaust" = "Luftauslass hinten links";
  1249. "Rear Right Exhaust" = "Luftauslass hinten rechts";
  1250. "Battery" = "Akkumulator";
  1251. "Power Supply/Memory Bottomside" = "Stromversorgung/Speicher Unterseite";
  1252. "Graphics Processor Die" = "Grafikprozessor Chip";
  1253. "Rear Main Enclosure" = "Gehäuse hinten";
  1254. "Trackpad" = "Trackpad";
  1255. "Battery Temperature" = "Akkutemperatur";
  1256. "Battery Discharge Current" = "Akkuentladestrom";
  1257. "Mainboard Light Sensor" = "Lichtsensor Hauptplatine";
  1258. "Top Light Sensor" = "Lichtsensor oben";
  1259. "Illumination Brightness" = "Helligkeit Beleuchtung";
  1260.  
  1261. "Graphics processor chip" = "Grafikprozessor Chip";
  1262. "Graphics processor case" = "Grafikprozessor Gehäuse";
  1263. "Graphics processor fan" = "Grafikprozessor Lüfter";
  1264.  
  1265. "Hard Drive" = "Festplatte";
  1266. "Hard Drive Fan" = "Festplattenlüfter";
  1267. "System Fan" = "Systemlüfter";
  1268. "CPU Fan" = "CPU-Lüfter";
  1269. "CPU 12 V Current" = "CPU 12 V Strom";
  1270. "CPU 12 V Supply" = "CPU 12 V Versorgung";
  1271. "CPU Temperature" = "CPU-Temperatur";
  1272.  
  1273. "Graphics Processor Ambient Air" = "Grafikprozessor Umgebungsluft";
  1274. "Graphics Processor Temperature" = "Grafikprozessor Temperatur";
  1275. "Hard Disk Temperature" = "Festplattentemperatur";
  1276. "Incoming Air Temperature" = "Temperatur Lufteinlass";
  1277. "Memory Controller Ambient Air" = "Speicher-Controller Umgebungsluft";
  1278. "Memory Controller Temperature" = "Speicher-Controller Temperatur";
  1279. "Optical Drive Temperature" = "Temperatur optisches Laufwerk";
  1280. "Optical Drive Fan" = "Lüfter optisches Laufwerk";
  1281.  
  1282. "Slots Power" = "Steckplätze Leistung";
  1283. "Rear Fan 0" = "Lüfter 0 Rückseite";
  1284. "Rear fan 1" = "Lüfter 1 Rückseite";
  1285. "Front Fan" = "Lüfter Vorderseite";
  1286. "Slots Fan" = "Lüfter Steckplätze";
  1287. "Drive Bay Fan" = "Lüfter Laufwerksschacht";
  1288.  
  1289. "Internal Ambient" = "Gehäuseinnenraum";
  1290. "Processor Module" = "Prozessormodul";
  1291. "12 V supply" = "12 V Versorgung";
  1292. "5 V supply" = "5 V Versorgung";
  1293. "3.3 V supply" = "3,3 V Versorgung";
  1294. "2.5 V supply" = "2,5 V Versorgung";
  1295. "Logic core" = "Logikkern";
  1296. "Processor core" = "Prozessorkern";
  1297.  
  1298. "CPU A Power" = "CPU A Leistung";
  1299. "CPU B Power" = "CPU B Leistung";
  1300. "CPU A V core" = "CPU A Kernspannung";
  1301. "CPU B V core" = "CPU B Kernspannung";
  1302. "CPU A 12 V" = "CPU A 12 V";
  1303. "CPU A Core" = "CPU A Kern";    
  1304. "CPU B 12 V" = "CPU B 12 V";
  1305. "CPU B Core" = "CPU B Kern";
  1306. "System Controller 1.5 V Sleep" = "System-Controller 1,5 V Ruhezustand";
  1307. "CPU A Internal" = "CPU A intern";
  1308. "CPU B Internal" = "CPU B intern";
  1309. "PCI Slots" = "PCI-Steckplätze";
  1310. "U3 Ambient" = "U3 Umgebung";
  1311. "U3 Internal" = "U3 intern";
  1312.  
  1313. "Memory Bank" = "Speicherbank";
  1314. "CPU A Ambient" = "CPU A Umgebung";
  1315. "CPU B Ambient" = "CPU B Umgebung";
  1316. "System Controller Ambient" = "System-Controller Umgebung";
  1317. "System Controller Internal" = "System Controller intern";
  1318.  
  1319. "Fan System Controller" = "Lüfter System-Controller";
  1320. "Fan CPU A1" = "Lüfter CPU A1";
  1321. "Fan CPU A2" = "Lüfter CPU A2";
  1322. "Fan CPU A3" = "Lüfter CPU A3";
  1323. "Fan CPU B1" = "Lüfter CPU B1";
  1324. "Fan CPU B2" = "Lüfter CPU B2";
  1325. "Fan CPU B3" = "Lüfter CPU B3";
  1326. "Fan PCI Slot" = "Lüfter PCI Slot";
  1327. "12 V Trickle A" = "12 V Ruhespannung A";
  1328. "12 V CPU A" = "12 V CPU A";
  1329. "2.5 V Sleep" = "2,5 V Ruhezustand";
  1330. "3.3 V Sleep" = "3,3 V Ruhezustand";
  1331. "5 V Sleep" = "5 V Ruhezustand";
  1332. "1.2 V Sleep" = "1,2 V Ruhezustand";
  1333. "1.5 V Sleep" = "1,5 V Ruhezustand";
  1334. "System Bus I/O VDD" = "Systembus E/A VDD";
  1335. "3.3 V Trickle" = "3,3 V Ruhespannung";
  1336. "1.5 V" = "1,5 V";
  1337. "5 V" = "5 V";
  1338. "1.8 V" = "1,8 V";
  1339. "2.5 V" = "2,5 V";
  1340. "3.3 V" = "3,3 V";
  1341. "1.2 V" = "1,2 V";
  1342.  
  1343. "CPU A Air Inlet Temperature" = "CPU A Lufteinlasstemperatur";
  1344. "CPU B Air Inlet Temperature" = "CPU B Lufteinlasstemperatur";
  1345.  
  1346. /* synthetic battery sensors for up to 3 battery units */
  1347. "Battery 1 Voltage" = "Akkumulator 1 Spannung";
  1348. "Battery 1 Current" = "Akkumulator 1 Strom";
  1349. "Battery 1 Total Capacity" = "Akkumulator 1 Gesamtkapazität";
  1350. "Battery 1 Current Capacity" = "Akkumulator 1 Aktuelle Kapazität";
  1351. "Battery 2 Voltage" = "Akkumulator 2 Spannung";
  1352. "Battery 2 Current" = "Akkumulator 2 Strom";
  1353. "Battery 2 Total Capacity" = "Akkumulator 2 Gesamtkapazität";
  1354. "Battery 2 Current Capacity" = "Akkumulator 2 Aktuelle Kapazität";
  1355. "Battery 3 Voltage" = "Akkumulator 3 Spannung";
  1356. "Battery 3 Current" = "Akkumulator 3 Strom";
  1357. "Battery 3 Total Capacity" = "Akkumulator 3 Gesamtkapazität";
  1358. "Battery 3 Current Capacity" = "Akkumulator 3 Aktuelle Kapazität";
  1359.  
  1360. /* synthetic battery cell sensors for a single smart battery unit */
  1361. "Battery 1 Cell 1" = "Akku 1 Zelle 1";
  1362. "Battery 1 Cell 2" = "Akku 1 Zelle 2";
  1363. "Battery 1 Cell 3" = "Akku 1 Zelle 3";
  1364. "Battery 1 Cell 4" = "Akku 1 Zelle 4";
  1365.  
  1366. /* Apple Key Switch fake sensor support */
  1367. "Enclosure Key Switch" = "Gehäuseschlüsselschalter";
  1368.  
  1369. /* BRESINKx86Monitoring driver support */
  1370. "CPU Core 1" = "CPU Kern 1";
  1371. "CPU Core 2" = "CPU Kern 2";
  1372. "CPU Core 3" = "CPU Kern 3";
  1373. "CPU Core 4" = "CPU Kern 4";
  1374. "CPU Core 5" = "CPU Kern 5";
  1375. "CPU Core 6" = "CPU Kern 6";
  1376. "CPU Core 7" = "CPU Kern 7";
  1377. "CPU Core 8" = "CPU Kern 8";
  1378. "CPU Core 9" = "CPU Kern 9";
  1379. "CPU Core 01" = "CPU Kern 01";
  1380. "CPU Core 02" = "CPU Kern 02";
  1381. "CPU Core 03" = "CPU Kern 03";
  1382. "CPU Core 04" = "CPU Kern 04";
  1383. "CPU Core 05" = "CPU Kern 05";
  1384. "CPU Core 06" = "CPU Kern 06";
  1385. "CPU Core 07" = "CPU Kern 07";
  1386. "CPU Core 08" = "CPU Kern 08";
  1387. "CPU Core 09" = "CPU Kern 09";
  1388. "CPU Core 10" = "CPU Kern 10";
  1389. "CPU Core 11" = "CPU Kern 11";
  1390. "CPU Core 12" = "CPU Kern 12";
  1391. "CPU Core 13" = "CPU Kern 13";
  1392. "CPU Core 14" = "CPU Kern 14";
  1393. "CPU Core 15" = "CPU Kern 15";
  1394. "CPU Core 16" = "CPU Kern 16";
  1395. "CPU Core 17" = "CPU Kern 17";
  1396. "CPU Core 18" = "CPU Kern 18";
  1397. "CPU Core 19" = "CPU Kern 19";
  1398. "CPU Core 20" = "CPU Kern 20";
  1399. "CPU Core 21" = "CPU Kern 21";
  1400. "CPU Core 22" = "CPU Kern 22";
  1401. "CPU Core 23" = "CPU Kern 23";
  1402. "CPU Core 24" = "CPU Kern 24";
  1403. "CPU Core Voltage" = "CPU Kernspannung";
  1404. "CPU Clock Frequency" = "CPU Taktfrequenz";
  1405. "CPU Core 1 Hot" = "CPU Core 1 Heiß";
  1406. "CPU Core 2 Hot" = "CPU Core 2 Heiß";
  1407. "CPU Core 3 Hot" = "CPU Core 3 Heiß";
  1408. "CPU Core 4 Hot" = "CPU Core 4 Heiß";
  1409. "CPU Core 5 Hot" = "CPU Core 5 Heiß";
  1410. "CPU Core 6 Hot" = "CPU Core 6 Heiß";
  1411. "CPU Core 7 Hot" = "CPU Core 7 Heiß";
  1412. "CPU Core 8 Hot" = "CPU Core 8 Heiß";
  1413.  
  1414. /* MBS System Management Controller support */
  1415. "Ambient Air" = "Umgebungsluft";
  1416. "Ambient Air Position 2" = "Umgebungsluft Messpunkt 2";
  1417. "Battery Position 2" = "Akku Position 2";
  1418. "Battery Position 3" = "Akku Position 3";
  1419. "Battery Position 4" = "Akku Position 4";
  1420. "CPU A Temperature Diode" = "CPU A Temperaturdiode";
  1421. "CPU B Temperature Diode" = "CPU B Temperaturdiode";
  1422. "CPU C Temperature Diode" = "CPU C Temperaturdiode";
  1423. "CPU D Temperature Diode" = "CPU D Temperaturdiode";
  1424. "CPU A Heatsink" = "CPU A Kühlblech";
  1425. "CPU B Heatsink" = "CPU B Kühlblech";
  1426. "CPU C Heatsink" = "CPU C Kühlblech";
  1427. "CPU D Heatsink" = "CPU D Kühlblech";
  1428. "CPU A Proximity" = "CPU A Nachbarschaft";
  1429. "CPU B Proximity" = "CPU B Nachbarschaft";
  1430. "CPU C Proximity" = "CPU C Nachbarschaft";
  1431. "CPU D Proximity" = "CPU D Nachbarschaft";
  1432. "PCIe Slot A" = "PCIe-Steckplatz A";
  1433. "PCIe Slot B" = "PCIe-Steckplatz B";
  1434. "PCIe Slot C" = "PCIe-Steckplatz C";
  1435. "PCIe Slot D" = "PCIe-Steckplatz D";
  1436. "PCIe Slot 1" = "PCIe-Steckplatz 1";
  1437. "PCIe Slot 2" = "PCIe-Steckplatz 2";
  1438. "PCIe Slot 3" = "PCIe-Steckplatz 3";
  1439. "PCIe Slot 4" = "PCIe-Steckplatz 4";
  1440. "RAID card" = "RAID-Karte";
  1441. "Graphics Processor Supply 1" = "Grafikprozessor Versorgung 1";
  1442. "Graphics Processor Supply 2" = "Grafikprozessor Versorgung 2";
  1443. "Graphics Processor Temperature Diode" = "Grafikprozessor Temperaturdiode";
  1444. "Graphics Processor Heatsink 1" = "Grafikprozessor Kühlblech 1";
  1445. "Graphics Processor Heatsink 2" = "Grafikprozessor Kühlblech 2";
  1446. "Graphics Processor Chip 1" = "Grafikprozessor Chip 1";
  1447. "Graphics Processor Chip 2" = "Grafikprozessor Chip 2";
  1448. "Hard Drive Bay 1" = "Festplattenhalterung 1";
  1449. "Hard Drive Bay 2" = "Festplattenhalterung 2";
  1450. "Hard Drive Bay 3" = "Festplattenhalterung 3";
  1451. "Hard Drive Bay 4" = "Festplattenhalterung 4";
  1452. "Display Screen Proximity" = "Bildschirm Nachbarschaft";
  1453. "Main Heatsink 1" = "Hauptkühlblech 1";
  1454. "Main Heatsink 2" = "Hauptkühlblech 2";
  1455. "Main Heatsink 3" = "Hauptkühlblech 3";
  1456. "Main Heatsink F" = "Hauptkühlblech F";
  1457. "Memory Module A1" = "Speichermodul A1";
  1458. "Memory Module A2" = "Speichermodul A2";
  1459. "Memory Module A3" = "Speichermodul A3";
  1460. "Memory Module A4" = "Speichermodul A4";
  1461. "Memory Module A5" = "Speichermodul A5";
  1462. "Memory Module A6" = "Speichermodul A6";
  1463. "Memory Module A7" = "Speichermodul A7";
  1464. "Memory Module A8" = "Speichermodul A8";
  1465. "Memory Module B1" = "Speichermodul B1";
  1466. "Memory Module B2" = "Speichermodul B2";
  1467. "Memory Module B3" = "Speichermodul B3";
  1468. "Memory Module B4" = "Speichermodul B4";
  1469. "Memory Module B5" = "Speichermodul B5";
  1470. "Memory Module B6" = "Speichermodul B6";
  1471. "Memory Module B7" = "Speichermodul B7";
  1472. "Memory Module B8" = "Speichermodul B8";
  1473. "Memory Bank A Point 0" = "Speicherbank A Messpunkt 0";
  1474. "Memory Bank A Point 1" = "Speicherbank A Messpunkt 1";
  1475. "Memory Bank A Point 2" = "Speicherbank A Messpunkt 2";
  1476. "Memory Bank A Point 3" = "Speicherbank A Messpunkt 3";
  1477. "Memory Bank A Point 4" = "Speicherbank A Messpunkt 4";
  1478. "Memory Bank A Point 5" = "Speicherbank A Messpunkt 5";
  1479. "Memory Bank A Point 6" = "Speicherbank A Messpunkt 6";
  1480. "Memory Bank A Point 7" = "Speicherbank A Messpunkt 7";
  1481. "Memory Bank A Point 8" = "Speicherbank A Messpunkt 8";
  1482. "Memory Bank B Point 0" = "Speicherbank B Messpunkt 0";
  1483. "Memory Bank B Point 1" = "Speicherbank B Messpunkt 1";
  1484. "Memory Bank B Point 2" = "Speicherbank B Messpunkt 2";
  1485. "Memory Bank B Point 3" = "Speicherbank B Messpunkt 3";
  1486. "Memory Bank B Point 4" = "Speicherbank B Messpunkt 4";
  1487. "Memory Bank B Point 5" = "Speicherbank B Messpunkt 5";
  1488. "Memory Bank B Point 6" = "Speicherbank B Messpunkt 6";
  1489. "Memory Bank B Point 7" = "Speicherbank B Messpunkt 7";
  1490. "Memory Bank B Point 8" = "Speicherbank B Messpunkt 8";
  1491. "Memory Module Slot 1" = "Speichermodul Steckplatz 1";
  1492. "Memory Module Slot 2" = "Speichermodul Steckplatz 2";
  1493. "Memory Module Slot 3" = "Speichermodul Steckplatz 3";
  1494. "Memory Module Slot 4" = "Speichermodul Steckplatz 4";
  1495. "Memory Module Slot 5" = "Speichermodul Steckplatz 5";
  1496. "Memory Module Slot 6" = "Speichermodul Steckplatz 6";
  1497. "Memory Module Slot 7" = "Speichermodul Steckplatz 7";
  1498. "Memory Module Slot 8" = "Speichermodul Steckplatz 8";
  1499. "Main Logic Board" = "Hauptplatine";
  1500. "Battery Charger Proximity" = "Akkulader Nachbarschaft";
  1501. "Memory Area Outgoing Air" = "Speicherzone Ausgehende Luft";
  1502. "Voltage Regulator Area" = "Spannungsreglerzone";
  1503. "Northbridge Core" = "Northbridge Kern";
  1504. "Northbridge Chip" = "Northbridge Chip";
  1505. "Northbridge Heat Sink" = "Northbridge Kühlblech";
  1506. "Northbridge Position 1" = "Northbridge Position 1";
  1507. "Northbridge Position 2" = "Northbridge Position 2";
  1508. "Optical Drive" = "Optisches Laufwerk";
  1509. "Expansion Slots" = "Erweiterungssteckplätze";
  1510. "Battery Power Supply" = "Akku Stromversorgung";
  1511. "Power Supply Location 1" = "Netzteil Messpunkt 1";
  1512. "Power Supply Location 2" = "Netzteil Messpunkt 2";
  1513. "Power Supply Position 1" = "Netzteil Position 1";
  1514. "Power Supply Position 2" = "Netzteil Position 2";
  1515. "Power Supply Position 3" = "Netzteil Position 3";
  1516. "Power Supply Position 4" = "Netzteil Position 4";
  1517. "Power Supply Position 5" = "Netzteil Position 5";
  1518. "Secondary Heatsink" = "Zweites Kühlblech";
  1519. "Primary Heatsink" = "Erstes Kühlblech";
  1520. "PCI Slot 1 Position 1" = "PCI-Steckplatz 1 Messpunkt 1";
  1521. "PCI Slot 1 Position 2" = "PCI-Steckplatz 1 Messpunkt 2";
  1522. "PCI Slot 2 Position 1" = "PCI-Steckplatz 2 Messpunkt 1";
  1523. "PCI Slot 2 Position 2" = "PCI-Steckplatz 2 Messpunkt 2";
  1524. "PCI Slot 3 Position 1" = "PCI-Steckplatz 3 Messpunkt 1";
  1525. "PCI Slot 3 Position 2" = "PCI-Steckplatz 3 Messpunkt 2";
  1526. "PCI Slot 4 Position 1" = "PCI-Steckplatz 4 Messpunkt 1";
  1527. "PCI Slot 4 Position 2" = "PCI-Steckplatz 4 Messpunkt 2";
  1528. "Left Palm Rest" = "Linke Handauflage";
  1529. "Right Palm Rest" = "Rechte Handauflage";
  1530. "Air Vent Exit" = "Luftauslass";
  1531. "Wireless Module" = "Funkmodul";
  1532.  
  1533. "Fan CPU/Memory" = "Lüfter CPU/Speicher";
  1534. "CPU Fan 1 Inlet" = "CPU-Lüfter 1 Einlass";
  1535. "CPU Fan 2 Inlet" = "CPU-Lüfter 2 Einlass";
  1536. "CPU Fan 3 Inlet" = "CPU-Lüfter 3 Einlass";
  1537. "CPU Fan 4 Inlet" = "CPU-Lüfter 4 Einlass";
  1538. "FB-DIMM Fan 1 Inlet" = "FB-DIMM-Lüfter 1 Einlass";
  1539. "FB-DIMM Fan 2 Inlet" = "FB-DIMM-Lüfter 2 Einlass";
  1540. "FB-DIMM Fan 3 Inlet" = "FB-DIMM-Lüfter 3 Einlass";
  1541. "CPU Fan 1 Outlet" = "CPU-Lüfter 1 Auslass";
  1542. "CPU Fan 2 Outlet" = "CPU-Lüfter 2 Auslass";
  1543. "CPU Fan 3 Outlet" = "CPU-Lüfter 3 Auslass";
  1544. "CPU Fan 4 Outlet" = "CPU-Lüfter 4 Auslass";
  1545. "FB-DIMM Fan 1 Outlet" = "FB-DIMM-Lüfter 1 Auslass";
  1546. "FB-DIMM Fan 2 Outlet" = "FB-DIMM-Lüfter 2 Auslass";
  1547. "FB-DIMM Fan 3 Outlet" = "FB-DIMM-Lüfter 3 Auslass";
  1548. "Fan Expansion Slots" = "Lüfter Steckplätze";
  1549. "Exhaust Fan" = "Abwärmelüfter";
  1550. "Power Supply Fan" = "Netzteillüfter";
  1551. "Master Fan" = "Hauptlüfter";
  1552. "Left Fan" = "Linker Lüfter";
  1553. "Right Fan" = "Rechter Lüfter";
  1554. "Fan Optical Disk Drive" = "Lüfter Optisches Laufwerk";
  1555. "Fan Hard Drive" = "Lüfter Festplatte";
  1556. "Fan Power Supply 1 In" = "Lüfter Netzteil 1 Ein";
  1557. "Fan Power Supply 2 In" = "Lüfter Netzteil 2 Ein";
  1558. "Fan Power Supply 1 Out" = "Lüfter Netzteil 1 Aus";
  1559. "Fan Power Supply 2 Out" = "Lüfter Netzteil 2 Aus";
  1560. "Booster Fan CPU A" = "Turbolüfter CPU A";
  1561. "Booster Fan CPU B" = "Turbolüfter CPU B";
  1562. "Intake Fan" = "Einlasslüfter";
  1563.  
  1564. "Ambient Light 1" = "Umgebungslicht 1";
  1565. "Ambient Light 2" = "Umgebungslicht 2";
  1566.  
  1567. "CPU C" = "CPU C";
  1568. "CPU D" = "CPU D";
  1569. "CPU Supply 1" = "CPU-Versorgung 1";
  1570. "CPU Supply 2" = "CPU-Versorgung 2";
  1571. "CPU Supply 3" = "CPU-Versorgung 3";
  1572. "CPU Voltage Sense" = "CPU Messspannung";
  1573. "CPU High Side" = "CPU High Side";
  1574. "DC Input" = "Gleichspannungseingang";
  1575. "12 V Line for Power Control" = "12 V Leitung für Ein-/Ausschaltung";
  1576. "DC Voltage Sense" = "Messspannung Gleichstromversorgung";
  1577. "Direct Current Power Supply" = "Gleichspannung Netzteil";
  1578. "PCIe Slots 12V Rail" = "PCIe-Steckplätze 12V-Schiene";
  1579. "PCIe Slot 1 12V Line" = "PCIe-Steckplatz 1 12V-Leitung";
  1580. "PCIe Slot 2 12V Line" = "PCIe-Steckplatz 2 12V-Leitung";
  1581. "PCIe Slot 3 12V Line" = "PCIe-Steckplatz 3 12V-Leitung";
  1582. "PCIe Slot 4 12V Line" = "PCIe-Steckplatz 4 12V-Leitung";
  1583. "PCIe Slot 1 12V Boost Line" = "PCIe-Steckplatz 1 12V-Zusatzleitung";
  1584. "PCIe Slot 2 12V Boost Line" = "PCIe-Steckplatz 2 12V-Zusatzleitung";
  1585. "Graphics Processor 1 Voltage Sense" = "Grafikprozessor 1 Messspannung";
  1586. "Graphics Processor 2 Voltage Sense" = "Grafikprozessor 2 Messspannung";
  1587. "MXM Graphics Module" = "MXM-Grafikmodul";
  1588. "Optical Disk Drive" = "Optisches Laufwerk";
  1589. "Optical Disk Drive 12V Line" = "Optisches Laufwerk 12V-Leitung";
  1590. "Hard Drive 1 12V Line" = "Festplatte 1 12V-Leitung";
  1591. "Hard Drive 2 12V Line" = "Festplatte 2 12V-Leitung";
  1592. "Hard Drive 3 12V Line" = "Festplatte 3 12V-Leitung";
  1593. "Hard Drive 4 12V Line" = "Festplatte 4 12V-Leitung";
  1594. "Memory VRM Supply 0" = "Speicher VRM-Versorgung 0";
  1595. "Memory VRM Supply 1" = "Speicher VRM-Versorgung 1";
  1596. "Memory VRM Supply 2" = "Speicher VRM-Versorgung 2";
  1597. "Memory VRM Supply A" = "Speicher VRM-Versorgung A";
  1598. "Memory VRM Supply B" = "Speicher VRM-Versorgung B";
  1599. "Northbridge Core Voltage" = "Northbridge Kernspannung";
  1600. "Power Supply 1 Line 1" = "Netzteil 1 Leitung 1";
  1601. "Power Supply 1 Line 2" = "Netzteil 1 Leitung 2";
  1602. "Power Supply 2 Line 1" = "Netzteil 2 Leitung 1";
  1603. "Power Supply 2 Line 2" = "Netzteil 2 Leitung 2";
  1604. "Power Bus Voltage Sense" = "Versorgungsbus Messspannung";
  1605. "Northbridge" = "Northbridge";
  1606. "Northbridge 2" = "Northbridge 2";
  1607. "Expansion Slot 1" = "Erweiterungssteckplatz 1";
  1608. "Expansion Slot 2" = "Erweiterungssteckplatz 2";
  1609. "Expansion Slot 3" = "Erweiterungssteckplatz 3";
  1610. "Expansion Slot 4" = "Erweiterungssteckplatz 4";
  1611. "CPU Voltage Regulator Supply 0" = "CPU Spannungsregler Versorgung 0";
  1612. "CPU Voltage Regulator Supply 1" = "CPU Spannungsregler Versorgung 1";
  1613. "CPU Voltage Regulator Supply 2" = "CPU Spannungsregler Versorgung 2";
  1614. "CPU Voltage Regulator Supply 3" = "CPU Spannungsregler Versorgung 3";
  1615. "CPU Voltage Regulator Supply 4" = "CPU Spannungsregler Versorgung 4";
  1616. "CPU Voltage Regulator Supply 5" = "CPU Spannungsregler Versorgung 5";
  1617. "CPU Voltage Regulator Supply 6" = "CPU Spannungsregler Versorgung 6";
  1618. "CPU Voltage Regulator Supply 7" = "CPU Spannungsregler Versorgung 7";
  1619. "CPU Voltage Regulator Supply 8" = "CPU Spannungsregler Versorgung 8";
  1620. "CPU Voltage Regulator Supply 9" = "CPU Spannungsregler Versorgung 9";
  1621. "CPU Voltage Regulator Supply A" = "CPU Spannungsregler Versorgung A";
  1622. "CPU Voltage Regulator Supply B" = "CPU Spannungsregler Versorgung B";
  1623. "CPU Voltage Regulator Supply C" = "CPU Spannungsregler Versorgung C";
  1624. "CPU Voltage Regulator Supply D" = "CPU Spannungsregler Versorgung D";
  1625. "CPU Voltage Regulator Supply E" = "CPU Spannungsregler Versorgung E";
  1626. "CPU Voltage Regulator Supply F" = "CPU Spannungsregler Versorgung F";
  1627. "Mainboard Monitoring 0" = "Systemplatine Überwachung 0";
  1628. "Mainboard Monitoring 1" = "Systemplatine Überwachung 1";
  1629. "Mainboard Monitoring 2" = "Systemplatine Überwachung 2";
  1630. "Mainboard Monitoring 3" = "Systemplatine Überwachung 3";
  1631. "Mainboard Monitoring 4" = "Systemplatine Überwachung 4";
  1632. "Mainboard Monitoring 5" = "Systemplatine Überwachung 5";
  1633. "Mainboard Monitoring 6" = "Systemplatine Überwachung 6";
  1634. "Mainboard Monitoring 7" = "Systemplatine Überwachung 7";
  1635. "Mainboard Monitoring 8" = "Systemplatine Überwachung 8";
  1636. "Mainboard Monitoring 9" = "Systemplatine Überwachung 9";
  1637. "Battery Current Sense" = "Akku Messstrom";
  1638. "CPU A Front Side Bus Termination" = "CPU A Front Side Bus-Terminierung";
  1639. "CPU B Front Side Bus Termination" = "CPU B Front Side Bus-Terminierung";
  1640. "FireWire Ports" = "FireWire-Anschlüsse";
  1641.